home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / CONFIG.ARC / AUTOEXEC.DRS next >
Text File  |  1990-06-24  |  2KB  |  82 lines

  1. # PE1CHL-NET configuration file for PC with DRSI PC*Packet
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # attach a DRSI PC*Packet adapter
  9. #
  10. buffers 32 2 64
  11. attach scc 1 init 300 16 2 0 1 0 7 p4915200 8
  12. #          ^ boards    int.level ^  ^ crystal clock freq (on DRSI)
  13. #
  14. # channel A is 2m, channel B is 70cm. (both 1200 baud)
  15. #
  16. attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  17. attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  18. #
  19. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  20. #
  21. #attach netrom $CALLSIGN-9
  22. #
  23. # remainder of configuration
  24. #
  25. source \net\config.net
  26. #
  27. # Addresses, IP routing table and ARP commands, Misc
  28. #
  29. hostname $CALLSIGN.ampr.org
  30. ip address $CALLSIGN
  31. source \net\routes.net
  32. log c:\net\net.log
  33. del -f ${NETMAILQ}*.lck
  34. #
  35. # NET/ROM configuration and filtering of reliable nodes
  36. #
  37. #netrom info c:\net\nr_info.txt
  38. #netrom interface 144 "#TCPIP" 192 lap
  39. #netrom interface 430 "#TCPIP" 192 uplink
  40. #netrom tcpip broadcast "#TCPIP"
  41. #netrom nodefilter add pa0gri-2 144
  42. #netrom nodefilter add pi8rni-7 430
  43. #
  44. # AX25 stuff for each TNC connected
  45. #
  46. mheard 430 23
  47. mheard 144 23
  48. mode 430 datagram
  49. mode 144 datagram
  50. ax25 digipeat 430 gate
  51. ax25 digipeat 144 gate
  52. ax25 persist 430 128 5 64 60 900
  53. ax25 persist 144 128 5 64 60 900
  54. #
  55. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  56. #
  57. ax25 port 1 conn $CALLSIGN
  58. ax25 port 2 digi $CALLSIGN-3 144 gate
  59. ax25 port 2 digi $CALLSIGN-8 430 gate
  60. ax25 port 3 conn $CALLSIGN-3 144 multi
  61. ax25 port 3 conn $CALLSIGN-8 430 multi
  62. ax25 port 4 conn $CALLSIGN-6
  63. ax25 port 5 conn $CALLSIGN-12
  64. ax25 port 6 conn $CALLSIGN-1
  65. #
  66. # now we can safely start all servers
  67. #
  68. start discard
  69. start echo
  70. start finger
  71. start ftp
  72. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  73. start smtp
  74. start telnet
  75. #
  76. ax25 start bridge
  77. ax25 start mbox ${NETFINGER}naam.txt
  78. ax25 start mheard
  79. ax25 start netdigi
  80. ax25 start tnc "= Connect Text ="
  81. #ax25 start tnc2 3=144 4=430
  82.